From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:40:10 +0000 (+0100) Subject: l10n: Change three dots to an ellipsis X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~47^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=10de6b7e1700f8b7f7b07d32c2e8a40c34b792ef;p=nextcloud-desktop.git l10n: Change three dots to an ellipsis Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- diff --git a/src/gui/macOS/ui/FileProviderStorageInfo.qml b/src/gui/macOS/ui/FileProviderStorageInfo.qml index 0e8ad2549..d6b0850e1 100644 --- a/src/gui/macOS/ui/FileProviderStorageInfo.qml +++ b/src/gui/macOS/ui/FileProviderStorageInfo.qml @@ -56,7 +56,7 @@ GridLayout { Layout.row: 0 Layout.column: 2 Layout.alignment: Layout.AlignRight | Layout.AlignVCenter - text: qsTr("Evict local copies...") + text: qsTr("Evict local copies …") onPressed: root.evictDialogRequested() }